home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / initsprite / RCS / local.mk,v < prev   
Encoding:
Text File  |  1989-07-19  |  1.5 KB  |  104 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.4
  10. date     89.07.19.11.16.14;  author ouster;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     88.11.21.17.00.19;  author ouster;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     88.09.23.17.52.49;  author ouster;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     88.08.20.14.38.17;  author ouster;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 1.4
  35. log
  36. @Modified for new boot structure.
  37. @
  38. text
  39. @#
  40. # This file is included by Makefile.  Makefile is generated automatically
  41. # by mkmf, and this file provides additional local personalization.  The
  42. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  43. # that must be included to set up various compilation stuff.
  44. #
  45.  
  46. #
  47. # Don't install into a normal commands directory.  Instead, put
  48. # in the booting area.
  49. #
  50.  
  51. NOBACKUP    = true, no backup directory for booting commands
  52. INSTALLDIR    = /boot/cmds
  53.  
  54. #include    <$(SYSMAKEFILE)>
  55. @
  56.  
  57.  
  58. 1.3
  59. log
  60. @Change PROGRAM to NAME.
  61. @
  62. text
  63. @d13 2
  64. a14 1
  65. no_install    = true
  66. a16 11
  67.  
  68. #
  69. # As part of installing, move the binary to the root directory.
  70. # But right now this only works for the sun2 version.  Leave
  71. # others alone.
  72. #
  73. install        : $(TM).md/$(NAME)
  74. #if !empty(TM:Msun2)
  75.     $(UPDATE) -o root -s -m 775 $(INSTALLFLAGS) \
  76.         $(TM).md/$(NAME) /$(NAME)
  77. #endif
  78. @
  79.  
  80.  
  81. 1.2
  82. log
  83. @Only do installs for Sun2 version, to avoid trashing the program.
  84. @
  85. text
  86. @d22 1
  87. a22 1
  88. install        : $(TM).md/$(PROGRAM)
  89. d25 1
  90. a25 1
  91.         $(TM).md/$(PROGRAM) /$(PROGRAM)
  92. @
  93.  
  94.  
  95. 1.1
  96. log
  97. @Initial revision
  98. @
  99. text
  100. @d19 2
  101. d23 1
  102. d26 1
  103. @
  104.